home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Full / NetObjects Fusion 9 Standard / NOF9_Full_EN.exe / data1.cab / FSI / SiteProjectPreferences / siteProjPref_en.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-11-16  |  659 b   |  51 lines

  1. BODY {
  2.     padding:5px;
  3.     margin:0px;
  4. }
  5.  
  6. BODY, TD, P, INPUT, SELECT, TEXTAREA {
  7.     font-size:8px;
  8.     font-family:MS Sans Serif;    
  9. }
  10.  
  11. .tabshow {
  12.     display: inline;
  13.     visibility: visible;
  14. }
  15.  
  16. .tabhide {
  17.     display: none;
  18.     visibility: hidden;
  19. }
  20.  
  21. .linkStyle {
  22.     color: rgb(0,0,255);
  23.     text-decoration: underline;
  24.     cursor: hand;
  25. }
  26.  
  27. .tabStyle {
  28.     cursor: default;
  29. }
  30.  
  31. . {
  32.     cursor: pointer;
  33.     font: bold;
  34.     font-size:8px;
  35.     font-family:MS Sans Serif;
  36. }
  37.  
  38. .linkStyle {
  39.     color: black;
  40.     text-decoration: none;
  41.     cursor: default;
  42.     visited: black;
  43. }
  44.  
  45. .helpLinkStyle {
  46.     font-size:9px;
  47.     font-family:Arial;
  48.     color: rgb(0,51,255);
  49.     cursor: hand;
  50. }
  51.